home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 42
/
Amiga Format AFCD42 (Issue 126, Aug 1999).iso
/
-serious-
/
programming
/
other
/
wild
/
support
/
mydiff
/
mydiff.c
next >
Wrap
C/C++ Source or Header
|
1999-05-25
|
199b
|
19 lines
/*
Algo: Cercare pezzi di files uguali, in qualsiasi punto, grandi almeno 20 bytes.
*/
struct chunk
{
ULONG size;
UBYTE flags;
UBYTE hole00;
struct chunk *friend;
UBYTE *data;
};